go/parser.parser.parseList (method)
8 uses
go/parser (current package)
parser.go#L524: func (p *parser) parseList(inRhs bool) []ast.Expr {
parser.go#L1946: x := p.parseList(false)
parser.go#L1965: y = p.parseList(true)
parser.go#L2069: x = p.parseList(true)
parser.go#L2210: list = p.parseList(true)
parser.go#L2310: lhs := p.parseList(false)
parser.go#L2574: values = p.parseList(true)
parser.go#L2583: values = p.parseList(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)